ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / GetProperties Method / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method

In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetProperties( _
       ByVal context As System.ComponentModel.ITypeDescriptorContext, _
       ByVal value As System.Object, _
       ByVal attributes() As System.Attribute _
    ) As System.ComponentModel.PropertyDescriptorCollection
    public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties( 
       System.ComponentModel.ITypeDescriptorContext context,
       System.object value,
       System.Attribute[] attributes
    )

    Parameters

    context
    value
    attributes
    See Also